home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group98c.txt / 000100_icon-group-sender _Mon Dec 7 14:37:17 1998.msg < prev    next >
Internet Message Format  |  2000-09-20  |  1KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) id OAA27718
  4.     for icon-group-addresses; Mon, 7 Dec 1998 14:37:00 -0700 (MST)
  5. Message-Id: <199812072137.OAA27718@baskerville.CS.Arizona.EDU>
  6. Date: Mon, 7 Dec 1998 09:01:59 -0700
  7. From: swampler@noao.edu (Steve Wampler)
  8. Subject: Re: Past Keyword / Coexpr Help
  9. To: evans@gte.net
  10. Cc: icon-group@optima.CS.Arizona.EDU
  11. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  12. Status: RO
  13.  
  14.  
  15. You can write your own string analysis function to implement past().
  16.  
  17. As I understand what you want, the following would work:
  18.  
  19. procedure past(s)
  20.    suspend (tab(find(s)),match(s))
  21. end
  22.  
  23. I'm not convinced you really want a co-expression in your 2nd question, but
  24. need to think about that some.  No doubt someone else will have a good
  25. solution soon!
  26.    
  27. --
  28. Steve Wampler - swampler@gemini.edu [Gemini 8m Telescopes Project (under AURA)]
  29. The gods that smiled at your birth are now laughing openly. (Fortune Cookie)
  30.